DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PA_GMS_API

Line 897: l_gms_installed := pa_gms_api.vert_install; /*Added for bug 14050469*/

893: /*In case of null value of profile option, we would use source doucment ei date*/
894: l_pa_exp_date_default := NVL(FND_PROFILE.VALUE('PA_AP_EI_DATE_DEFAULT'),'POTRNSDT');
895:
896: /* Verfication variable to check if gms is installed */
897: l_gms_installed := pa_gms_api.vert_install; /*Added for bug 14050469*/
898:
899: IF p_po_exp_item_date is NULL THEN /*bug 14057183*/
900: IF p_po_distribution_id is not NULL then
901: open c_po_date;