DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_SETUP_S1

Line 932: PO_SETUP_S1.GET_SOURCING_STARTUP(x_sourcing_install_status);

928:
929: BEGIN
930:
931: /* check if sourcing is installed */
932: PO_SETUP_S1.GET_SOURCING_STARTUP(x_sourcing_install_status);
933: if x_sourcing_install_status <> 'I' then
934: return;
935: end if;
936: