[Home] [Help]
APPS.CS_SR_INTERFACE_CP dependencies on PA_TRANSACTION_SOURCES
Line 1120: from pa_transaction_sources
1116: BEGIN
1117:
1118: select nvl(costed_flag ,'N')
1119: into l_costed_flag
1120: from pa_transaction_sources
1121: where SYSTEM_LINKAGE_FUNCTION = l_system_linkage
1122: and transaction_source = l_transaction_source;
1123:
1124: Exception