DBA Data[Home] [Help]

APPS.POS_PROFILE_CHANGE_REQUEST_PKG dependencies on POS_SECURITY_PROFILE_UTL_PKG

Line 2823: l_ou_ids pos_security_profile_utl_pkg.number_table;

2819: x_msg_count OUT nocopy NUMBER,
2820: x_msg_data OUT nocopy VARCHAR2
2821: )
2822: IS
2823: l_ou_ids pos_security_profile_utl_pkg.number_table;
2824: BEGIN
2825: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, x_ou_count);
2826: x_return_status := fnd_api.g_ret_sts_success;
2827: END get_ou_count ;

Line 2825: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, x_ou_count);

2821: )
2822: IS
2823: l_ou_ids pos_security_profile_utl_pkg.number_table;
2824: BEGIN
2825: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, x_ou_count);
2826: x_return_status := fnd_api.g_ret_sts_success;
2827: END get_ou_count ;
2828:
2829: PROCEDURE upd_address_to_contact_rel