Call D2K Forms in OAF Page with more than one responsibility
Hi all,
We have requirement that custom oracle form need to call OAF page. Here we have hard coded the responsibility key it is working fine in that case, but we are assign the custom form in different responsibilities. Can we call oracle forms without hard coding the responsibly key.
We have used below syntax to call OAF Form. It is an urgent requirement.
form:APPLICATION_SHORT_NAME:RESPONSIBILITY_KEY:DATA_GROUP_NAME:FORM_FUNCTION_NAME
Thanks in advance.