DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on JTF_RS_RESOURCE_PUB

Line 518: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

514: fetch pager_cur INTO pager_rec;
515: close pager_cur;
516:
517: --insert into jtf resource extn by calling the public api
518: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
519: p_api_version => 1.0,
520: p_init_msg_list => null,
521: p_commit => null,
522: p_category => p_imp_res_tbl(i).category,

Line 657: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

653: fetch party_contact_cur INTO party_contact_rec;
654: close party_contact_cur;
655:
656: --insert into jtf resource extn by calling the public api
657: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
658: p_api_version => 1.0,
659: p_init_msg_list => null,
660: p_commit => null,
661: p_category => p_imp_res_tbl(i).category,

Line 742: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

738: l_country := partner_rec.country;
739: END IF;
740:
741: --insert into jtf resource extn by calling the public api
742: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
743: p_api_version => 1.0,
744: p_init_msg_list => null,
745: p_commit => null,
746: p_category => p_imp_res_tbl(i).category,

Line 799: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

795: fetch supp_cont_cur into supp_cont_rec;
796: close supp_cont_cur;
797:
798: --insert into jtf resource extn by calling the public api
799: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
800: p_api_version => 1.0,
801: p_init_msg_list => null,
802: p_commit => null,
803: p_category => p_imp_res_tbl(i).category,

Line 852: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

848: x_res_id_tbl(i).res_id := l_resource_id;
849:
850: ELSE
851: --insert into jtf resource extn by calling the public api
852: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
853: p_api_version => 1.0,
854: p_init_msg_list => null,
855: p_commit => null,
856: p_category => p_imp_res_tbl(i).category,