DBA Data[Home] [Help]

APPS.POS_PROFILE_CHANGE_REQUEST_PKG dependencies on POS_SECURITY_PROFILE_UTL_PKG

Line 2749: l_ou_ids pos_security_profile_utl_pkg.number_table;

2745: x_msg_count OUT nocopy NUMBER,
2746: x_msg_data OUT nocopy VARCHAR2
2747: )
2748: IS
2749: l_ou_ids pos_security_profile_utl_pkg.number_table;
2750: BEGIN
2751: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, x_ou_count);
2752: x_return_status := fnd_api.g_ret_sts_success;
2753: END get_ou_count ;

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

2747: )
2748: IS
2749: l_ou_ids pos_security_profile_utl_pkg.number_table;
2750: BEGIN
2751: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, x_ou_count);
2752: x_return_status := fnd_api.g_ret_sts_success;
2753: END get_ou_count ;
2754:
2755: PROCEDURE upd_address_to_contact_rel