DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_SETUP_S1

Line 935: PO_SETUP_S1.GET_SOURCING_STARTUP(x_sourcing_install_status);

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