DBA Data[Home] [Help]

APPS.GMD_SUBSTITUTION_PUB dependencies on GMD_SUBSTITUTION_PVT

Line 387: GMD_SUBSTITUTION_PVT.Create_substitution_header

383: END IF;
384: CLOSE cur_check_item;
385:
386: -- Call the item substitution header Pvt API
387: GMD_SUBSTITUTION_PVT.Create_substitution_header
388: ( p_substitution_id => l_substitution_id
389: , p_substitution_hdr_rec => l_substitution_hdr_rec
390: , x_message_count => x_message_count
391: , x_message_list => x_message_list

Line 520: GMD_SUBSTITUTION_PVT.Create_substitution_detail

516: END IF;
517: CLOSE cur_check_item;
518:
519: -- call the item substitution dtl pvt API
520: GMD_SUBSTITUTION_PVT.Create_substitution_detail
521: ( p_substitution_line_id => l_substitution_line_id
522: , p_substitution_id => l_substitution_id
523: , p_substitution_dtl_rec => l_substitution_dtl_rec
524: , x_message_count => x_message_count

Line 610: GMD_SUBSTITUTION_PVT.Create_formula_association

606: l_formula_substitution_tbl(i) := l_formula_substitution_rec;
607: END LOOP;
608:
609: -- Call the insert formula subtitution association Pvt API
610: GMD_SUBSTITUTION_PVT.Create_formula_association
611: ( p_substitution_id => l_substitution_id
612: , p_formula_substitution_tbl => l_formula_substitution_tbl
613: , x_message_count => x_message_count
614: , x_message_list => x_message_list

Line 859: GMD_SUBSTITUTION_PVT.Create_formula_association

855: l_formula_substitution_tbl(i) := l_formula_substitution_rec;
856: END LOOP;
857:
858: -- Call the insert formula subtitution association Pvt API
859: GMD_SUBSTITUTION_PVT.Create_formula_association
860: ( p_substitution_id => l_substitution_id
861: , p_formula_substitution_tbl => l_formula_substitution_tbl
862: , x_message_count => x_message_count
863: , x_message_list => x_message_list

Line 1148: GMD_SUBSTITUTION_PVT.Update_substitution_header

1144: l_substitution_hdr_rec.last_update_login := gmd_api_grp.login_id;
1145: END LOOP;
1146:
1147: --Call the Pvt Substitution header API
1148: GMD_SUBSTITUTION_PVT.Update_substitution_header
1149: ( p_substitution_hdr_rec => l_substitution_hdr_rec
1150: , x_message_count => x_message_count
1151: , x_message_list => x_message_list
1152: , x_return_status => x_return_status

Line 1422: GMD_SUBSTITUTION_PVT.Update_substitution_detail

1418: l_substitution_dtl_rec.last_update_login := gmd_api_grp.login_id;
1419: END LOOP;
1420:
1421: -- call the pvt API
1422: GMD_SUBSTITUTION_PVT.Update_substitution_detail
1423: ( p_substitution_dtl_rec => l_substitution_dtl_rec
1424: , x_message_count => x_message_count
1425: , x_message_list => x_message_list
1426: , x_return_status => x_return_status

Line 1613: GMD_SUBSTITUTION_PVT.Delete_formula_association

1609: RAISE substitution_delete_failure;
1610: END IF;
1611:
1612: -- Call the pvt API
1613: GMD_SUBSTITUTION_PVT.Delete_formula_association
1614: ( p_formula_substitution_id => l_formula_substitution_id
1615: , x_message_count => x_message_count
1616: , x_message_list => x_message_list
1617: , x_return_status => x_return_status