DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on JTF_RS_RESOURCE_PUB

Line 526: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

522: fetch pager_cur INTO pager_rec;
523: close pager_cur;
524:
525: --insert into jtf resource extn by calling the public api
526: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
527: p_api_version => 1.0,
528: p_init_msg_list => null,
529: p_commit => null,
530: p_category => p_imp_res_tbl(i).category,

Line 665: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

661: fetch party_contact_cur INTO party_contact_rec;
662: close party_contact_cur;
663:
664: --insert into jtf resource extn by calling the public api
665: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
666: p_api_version => 1.0,
667: p_init_msg_list => null,
668: p_commit => null,
669: p_category => p_imp_res_tbl(i).category,

Line 750: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

746: l_country := partner_rec.country;
747: END IF;
748:
749: --insert into jtf resource extn by calling the public api
750: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
751: p_api_version => 1.0,
752: p_init_msg_list => null,
753: p_commit => null,
754: p_category => p_imp_res_tbl(i).category,

Line 807: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

803: fetch supp_cont_cur into supp_cont_rec;
804: close supp_cont_cur;
805:
806: --insert into jtf resource extn by calling the public api
807: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
808: p_api_version => 1.0,
809: p_init_msg_list => null,
810: p_commit => null,
811: p_category => p_imp_res_tbl(i).category,

Line 860: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

856: x_res_id_tbl(i).res_id := l_resource_id;
857:
858: ELSE
859: --insert into jtf resource extn by calling the public api
860: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
861: p_api_version => 1.0,
862: p_init_msg_list => null,
863: p_commit => null,
864: p_category => p_imp_res_tbl(i).category,