DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PUB dependencies on JTF_USR_HKS

Line 1116: l_OAI_array JTF_USR_HKS.oai_data_array_type;

1112: l_msg_data VARCHAR2(2000);
1113: l_loading_status VARCHAR2(200);
1114:
1115: -- Declaration for user hooks
1116: l_OAI_array JTF_USR_HKS.oai_data_array_type;
1117: l_bind_data_id NUMBER;
1118:
1119: -- get the number of valid transactions to load
1120: CURSOR valid_transactions (p_logical_batch_id NUMBER) IS

Line 1228: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',

1224:
1225: -- User hooks
1226: -- Customer pre-processing section
1227:
1228: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',
1229: 'LOAD',
1230: 'B',
1231: 'C')
1232: THEN

Line 1257: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',

1253:
1254:
1255: -- Vertical industry pre-processing section
1256:
1257: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',
1258: 'LOAD',
1259: 'B',
1260: 'V')
1261: THEN

Line 1615: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',

1611: -- User hooks
1612:
1613: -- Customer post-processing section
1614:
1615: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',
1616: 'LOAD',
1617: 'A',
1618: 'V')
1619: THEN

Line 1644: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',

1640:
1641:
1642: -- Vertical industry post-processing section
1643:
1644: IF JTF_USR_HKS.Ok_to_Execute('CN_TRANSACTION_LOAD_PUB',
1645: 'LOAD',
1646: 'A',
1647: 'C')
1648: THEN

Line 1673: IF JTF_USR_HKS.Ok_to_execute('CN_TRANSACTION_LOAD_PUB',

1669:
1670:
1671: -- Message enable hook
1672:
1673: IF JTF_USR_HKS.Ok_to_execute('CN_TRANSACTION_LOAD_PUB',
1674: 'LOAD',
1675: 'M',
1676: 'M')
1677: THEN

Line 1688: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;

1684: -- call this for all bind variables in the business object
1685: -- XMLGEN.setBindValue('SRP_PMT_PLAN_ID', x_srp_pmt_plan_id);
1686:
1687: -- Get a ID for workflow/ business object instance
1688: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
1689:
1690: -- Do this for all the bind variables in the Business Object
1691: JTF_USR_HKS.load_bind_data
1692: (l_bind_data_id, 'PROCESS_AUDIT_ID', x_process_audit_id, 'S', 'S');

Line 1691: JTF_USR_HKS.load_bind_data

1687: -- Get a ID for workflow/ business object instance
1688: l_bind_data_id := JTF_USR_HKS.get_bind_data_id;
1689:
1690: -- Do this for all the bind variables in the Business Object
1691: JTF_USR_HKS.load_bind_data
1692: (l_bind_data_id, 'PROCESS_AUDIT_ID', x_process_audit_id, 'S', 'S');
1693:
1694: -- Message generation API
1695: JTF_USR_HKS.generate_message

Line 1695: JTF_USR_HKS.generate_message

1691: JTF_USR_HKS.load_bind_data
1692: (l_bind_data_id, 'PROCESS_AUDIT_ID', x_process_audit_id, 'S', 'S');
1693:
1694: -- Message generation API
1695: JTF_USR_HKS.generate_message
1696: (p_prod_code => 'CN',
1697: p_bus_obj_code => 'TRXLOAD',
1698: p_bus_obj_name => 'TRX_LOAD',
1699: p_action_code => 'I',