DBA Data[Home] [Help]

APPS.OKL_SETUP_DISB_RULES_PVT dependencies on OKL_DRA_PVT

Line 1196: okl_dra_pvt.insert_row( p_api_version => l_api_version

1192:
1193:
1194: --g_debug_proc('Validated Rule');
1195: -- insert record in to OKL_DISB_RULES_B and TL
1196: okl_dra_pvt.insert_row( p_api_version => l_api_version
1197: , p_init_msg_list => p_init_msg_list
1198: , x_return_status => x_return_status
1199: , x_msg_count => x_msg_count
1200: , x_msg_data => x_msg_data

Line 1211: -- disb rule id returned from the okl_dra_pvt.insert_row

1207: END IF;
1208: --DBMS_OUTPUT.PUT_LINE('Rule Inserted');
1209: --g_debug_proc('Rule Inserted');
1210: -- populate the OKL_DISB_RULE_STY_TYPES table with the
1211: -- disb rule id returned from the okl_dra_pvt.insert_row
1212: IF ( p_drs_tbl.COUNT > 0) THEN
1213: i := p_drs_tbl.FIRST;
1214: LOOP
1215: l_drs_tbl(i) := p_drs_tbl(i);

Line 1238: -- disb rule id returned from the okl_dra_pvt.insert_row

1234:
1235: END IF;
1236: --g_debug_proc('Stream Inserted');
1237: -- populate the OKL_DISB_RULE_VENDOR_SITES table with the
1238: -- disb rule id returned from the okl_dra_pvt.insert_row
1239: IF ( p_drv_tbl.COUNT > 0) THEN
1240: i := p_drv_tbl.FIRST;
1241: LOOP
1242: l_drv_tbl(i) := p_drv_tbl(i);

Line 1536: okl_dra_pvt.update_row( p_api_version => l_api_version

1532: l_drav_rec := p_drav_rec;
1533: --g_debug_proc('DRA PArams ' || l_drav_rec.description || ' , ' || l_drav_rec.scheduled_month);
1534:
1535: -- update record in to OKL_DISB_RULES_B and TL
1536: okl_dra_pvt.update_row( p_api_version => l_api_version
1537: , p_init_msg_list => p_init_msg_list
1538: , x_return_status => x_return_status
1539: , x_msg_count => x_msg_count
1540: , x_msg_data => x_msg_data