DBA Data[Home] [Help]

APPS.POA_DBI_SUTIL_PKG dependencies on STANDARD

Line 1607: * to only the values the user has access to and enforce the standard

1603:
1604: /* Function name: get_display_com
1605: *
1606: * This function is used to restrict the values in the company LOV
1607: * to only the values the user has access to and enforce the standard
1608: * hierarchical LOV behaviour
1609: */
1610: function get_display_com(p_id in varchar2, p_parent_id in varchar2, p_selected_company in varchar2) return varchar2
1611: is

Line 1649: * to only the values the user has access to and enforce the standard

1645:
1646: /* Function name: get_display_cc
1647: *
1648: * This function is used to restrict the values in the cost-center LOV
1649: * to only the values the user has access to and enforce the standard
1650: * hierarchical LOV behaviour
1651: */
1652: function get_display_cc(p_id in varchar2, p_parent_id in varchar2, p_selected_cc in varchar2) return varchar2
1653: is