DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_UOM

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

9141: 'PJM_CSTBP_WIP_NO_ACCOUNTS', 'PJM_CSTBP_ST_ACCOUNTS',
9142: 'PJM_CSTBP_WIP_ACCOUNTS', 'PJM_NON_CSTBP_ST_ACCOUNTS') THEN
9143:
9144: IF PG_DEBUG = 'Y' THEN
9145: log_message('log_message: ' || 'Calling pa_uom.get_uom for transaction source '|| X_transaction_source);
9146: END IF;
9147:
9148: l_uom_status := Pa_Uom.Get_Uom (X_userid);
9149:

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

9144: IF PG_DEBUG = 'Y' THEN
9145: log_message('log_message: ' || 'Calling pa_uom.get_uom for transaction source '|| X_transaction_source);
9146: END IF;
9147:
9148: l_uom_status := Pa_Uom.Get_Uom (X_userid);
9149:
9150: IF l_uom_status <> 'S' THEN
9151:
9152: IF PG_DEBUG = 'Y' THEN