DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_UOM

Line 9936: log_message('log_message: ' || 'Calling pa_uom.get_uom for transaction source '|| X_transaction_source);

9932: 'PJM_CSTBP_WIP_NO_ACCOUNTS', 'PJM_CSTBP_ST_ACCOUNTS',
9933: 'PJM_CSTBP_WIP_ACCOUNTS', 'PJM_NON_CSTBP_ST_ACCOUNTS') THEN
9934:
9935: IF PG_DEBUG = 'Y' THEN
9936: log_message('log_message: ' || 'Calling pa_uom.get_uom for transaction source '|| X_transaction_source);
9937: END IF;
9938:
9939: l_uom_status := Pa_Uom.Get_Uom (X_userid);
9940:

Line 9939: l_uom_status := Pa_Uom.Get_Uom (X_userid);

9935: IF PG_DEBUG = 'Y' THEN
9936: log_message('log_message: ' || 'Calling pa_uom.get_uom for transaction source '|| X_transaction_source);
9937: END IF;
9938:
9939: l_uom_status := Pa_Uom.Get_Uom (X_userid);
9940:
9941: IF l_uom_status <> 'S' THEN
9942:
9943: IF PG_DEBUG = 'Y' THEN