DBA Data[Home] [Help]

APPS.POS_SBD_PKG dependencies on POS_SBD_TBL_PKG

Line 243: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (

239: l_step := 8;
240: -- Delete the row in POS_ACNT_ADDR_SUMM_REQ
241: l_assignment_id := l_assign_req_rec.assignment_id;
242:
243: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (
244: p_assignment_id => l_assignment_id
245: , x_status => x_status
246: , x_exception_msg => x_exception_msg
247: );

Line 259: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (

255: open l_assign_req_detail_above_cur;
256: fetch l_assign_req_detail_above_cur into l_assign_req_detail_above_rec;
257: if l_assign_req_detail_above_cur%NOTFOUND then
258: l_step := 11;
259: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (
260: p_assignment_request_id => l_assignment_request_id
261: , x_status => x_status
262: , x_exception_msg => x_exception_msg
263: );

Line 271: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (

267:
268: l_needToDelete := false;
269: for l_need_to_del_rec in l_need_to_del_cur loop
270: l_assignment_id := l_need_to_del_rec.assignment_id;
271: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (
272: p_assignment_id => l_assignment_id
273: , x_status => x_status
274: , x_exception_msg => x_exception_msg
275: );

Line 280: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (

276: l_needToDelete := true;
277: end loop;
278:
279: if l_needToDelete = true then
280: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (
281: p_assignment_request_id => l_assignment_request_id
282: , x_status => x_status
283: , x_exception_msg => x_exception_msg
284: );

Line 290: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (

286: end loop;
287:
288: l_step := 10;
289:
290: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (
291: p_account_request_id => p_account_request_id
292: , x_status => x_status
293: , x_exception_msg => x_exception_msg
294: );

Line 527: POS_SBD_TBL_PKG.insert_row_pos_acnt_gen_req (

523:
524: l_step := 3;
525:
526: -- Create a row in POS_ACNT_GEN_REQ
527: POS_SBD_TBL_PKG.insert_row_pos_acnt_gen_req (
528: p_mapping_id => p_mapping_id
529: , p_temp_ext_bank_account_id => l_temp_ext_bank_account_id
530: , p_ext_bank_account_id => p_ext_bank_account_id
531: , x_account_request_id => x_account_request_id

Line 878: POS_SBD_TBL_PKG.insert_row_pos_acnt_gen_req (

874:
875: l_step := 5;
876:
877: -- Create a row in POS_ACNT_GEN_REQ
878: POS_SBD_TBL_PKG.insert_row_pos_acnt_gen_req (
879: p_mapping_id => p_mapping_id
880: , p_temp_ext_bank_account_id => l_temp_ext_bank_account_id
881: , p_ext_bank_account_id => p_ext_bank_account_id
882: , x_account_request_id => x_account_request_id

Line 1387: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (

1383: , x_exception_msg => x_exception_msg
1384: );
1385:
1386: l_step := 5;
1387: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (
1388: p_account_request_id => p_account_request_id
1389: , x_status => x_status
1390: , x_exception_msg => x_exception_msg
1391: );

Line 1469: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (

1465: -- Remove all the rows in the POS_ACNT_ADDR_SUMM_REQ
1466: for l_addr_summ_req_rec in l_addr_summ_req_cur loop
1467:
1468: l_step := 2;
1469: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (
1470: p_assignment_id => l_addr_summ_req_rec.assignment_id
1471: , x_status => x_status
1472: , x_exception_msg => x_exception_msg);
1473:

Line 1478: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (

1474: end loop;
1475:
1476: l_step := 2;
1477: -- Remove the rows in the POS_ACNT_ADDR_REQ
1478: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (
1479: p_assignment_request_id => p_assignment_request_id
1480: , x_status => x_status
1481: , x_exception_msg => x_exception_msg
1482: );

Line 1676: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (

1672: raise_application_error(-20029, 'IBY Failed to create assignment ' || x_exception_msg, true);
1673: end if;
1674:
1675: -- Delete the row in POS_ACNT_ADDR_SUMM_REQ
1676: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (
1677: p_assignment_id => l_assignment_id
1678: , x_status => x_status
1679: , x_exception_msg => x_exception_msg
1680: );

Line 1686: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (

1682:
1683: -- update the record in POS_ACNT_ADDR_REQ to Approved.
1684: l_step := 6;
1685:
1686: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (
1687: p_assignment_request_id => p_assignment_request_id
1688: , x_status => x_status
1689: , x_exception_msg => x_exception_msg);
1690:

Line 2009: POS_SBD_TBL_PKG.insert_row_pos_acnt_addr_req (

2005: if l_assignment_request_id is null then
2006:
2007: l_step := 5;
2008:
2009: POS_SBD_TBL_PKG.insert_row_pos_acnt_addr_req (
2010: p_mapping_id => p_mapping_id
2011: , p_request_type => p_request_type
2012: , p_party_site_id => p_party_site_id
2013: , p_address_request_id => p_address_request_id

Line 2026: POS_SBD_TBL_PKG.insert_row_pos_acnt_summ_req (

2022: p_request_type = 'SUPPLIER' then
2023:
2024: for l_assign_iby_rec in l_assign_iby_cur loop
2025: l_step := 7;
2026: POS_SBD_TBL_PKG.insert_row_pos_acnt_summ_req (
2027: p_assignment_request_id => l_assignment_request_id
2028: , p_ext_bank_account_id => l_assign_iby_rec.instrument_id
2029: , p_account_request_id => l_assign_iby_rec.account_request_id
2030: , p_start_date => l_assign_iby_rec.start_date

Line 2175: POS_SBD_TBL_PKG.update_row_pos_acnt_summ_req (

2171: end if;
2172:
2173: if l_assignment_id is not null then
2174: l_step := 19;
2175: POS_SBD_TBL_PKG.update_row_pos_acnt_summ_req (
2176: p_assignment_id => l_assignment_id
2177: , p_assignment_request_id => l_assignment_request_id
2178: , p_ext_bank_account_id => p_ext_bank_account_id
2179: , p_account_request_id => p_account_request_id

Line 2190: POS_SBD_TBL_PKG.insert_row_pos_acnt_summ_req (

2186: );
2187:
2188: else
2189: l_step := 20;
2190: POS_SBD_TBL_PKG.insert_row_pos_acnt_summ_req (
2191: p_assignment_request_id => l_assignment_request_id
2192: , p_ext_bank_account_id => p_ext_bank_account_id
2193: , p_account_request_id => p_account_request_id
2194: , p_start_date => p_start_date

Line 2324: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (

2320: , x_exception_msg => x_exception_msg
2321: );
2322:
2323: l_step := 5;
2324: POS_SBD_TBL_PKG.del_row_pos_acnt_gen_req (
2325: p_account_request_id => p_account_request_id
2326: , x_status => x_status
2327: , x_exception_msg => x_exception_msg
2328: );

Line 2543: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (

2539: FND_LOG.string(fnd_log.level_statement, g_log_module_name,
2540: ' l_assignment_id ' || l_assignment_id);
2541: END IF;
2542:
2543: POS_SBD_TBL_PKG.del_row_pos_acnt_summ_req (
2544: p_assignment_id => l_assignment_id
2545: , x_status => x_status
2546: , x_exception_msg => x_exception_msg
2547: );

Line 2552: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (

2548:
2549: end loop;
2550: l_step := 4;
2551:
2552: POS_SBD_TBL_PKG.del_row_pos_acnt_addr_req (
2553: p_assignment_request_id => l_assignment_request_id
2554: , x_status => x_status
2555: , x_exception_msg => x_exception_msg
2556: );