DBA Data[Home] [Help]

APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_MTHD_MST

Line 41: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,

37: (
38: pi_legal_entity_id_from IN gmf_burden_percentages.legal_entity_id%TYPE,
39: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,
40: pi_period_code_from IN cm_cldr_dtl.period_code%TYPE,
41: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
42: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
43: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
44: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
45: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

Line 45: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

41: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
42: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
43: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
44: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
45: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,
46: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
47: pi_to_range IN gmf_burden_codes.burden_code%TYPE,
48: pi_rem_repl IN NUMBER,
49: pi_all_periods_from IN cm_cldr_dtl.period_code%TYPE,

Line 57: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,

53: PROCEDURE delete_burden_pct
54: (
55: pi_legal_entity_id IN gmf_burden_percentages.legal_entity_id%TYPE,
56: pi_period_id IN gmf_burden_percentages.period_id%TYPE,
57: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,
58: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
59: pi_to_range IN gmf_burden_codes.burden_code%TYPE
60: );
61:

Line 66: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,

62: FUNCTION do_pct_exist
63: (
64: pi_legal_entity_id IN gmf_burden_percentages.legal_entity_id%TYPE,
65: pi_period_id IN gmf_burden_percentages.period_id%TYPE,
66: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,
67: pi_burden_code_from IN gmf_burden_codes.burden_code%TYPE,
68: pi_burden_code_to IN gmf_burden_codes.burden_code%TYPE
69: )
70: RETURN NUMBER ;

Line 109: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,

105: po_retcode OUT NOCOPY VARCHAR2,
106: pi_legal_entity_id_from IN gmf_burden_percentages.legal_entity_id%TYPE,
107: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,
108: pi_period_code_from IN cm_cldr_dtl.period_code%TYPE,
109: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
110: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
111: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
112: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
113: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

Line 113: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

109: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
110: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
111: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
112: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
113: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,
114: pi_burden_code_from IN gmf_burden_codes.burden_code%TYPE,
115: pi_burden_code_to IN gmf_burden_codes.burden_code%TYPE,
116: pi_rem_repl IN VARCHAR2,
117: pi_all_periods_from IN cm_cldr_dtl.period_code%TYPE,

Line 338: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,

334: (
335: pi_legal_entity_id_from IN gmf_burden_percentages.legal_entity_id%TYPE,
336: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,
337: pi_period_code_from IN cm_cldr_dtl.period_code%TYPE,
338: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
339: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
340: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
341: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
342: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

Line 342: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,

338: pi_cost_type_id_from IN cm_mthd_mst.cost_type_id%TYPE,
339: pi_legal_entity_id_to IN gmf_burden_percentages.legal_entity_id%TYPE,
340: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%TYPE,
341: pi_period_code_to IN cm_cldr_dtl.period_code%TYPE,
342: pi_cost_type_id_to IN cm_mthd_mst.cost_type_id%TYPE,
343: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
344: pi_to_range IN gmf_burden_codes.burden_code%TYPE,
345: pi_rem_repl IN NUMBER,
346: pi_all_periods_from IN cm_cldr_dtl.period_code%TYPE,

Line 359: cost_type_id cm_mthd_mst.cost_type_id%TYPE,

355: TYPE rectype_brdn_pct IS RECORD
356: (
357: legal_entity_id gmf_burden_percentages.legal_entity_id%TYPE,
358: period_id gmf_burden_percentages.period_id%TYPE,
359: cost_type_id cm_mthd_mst.cost_type_id%TYPE,
360: burden_id gmf_burden_codes.burden_id%TYPE,
361: burden_code gmf_burden_codes.burden_code%TYPE,
362: organization_id gmf_burden_percentages.organization_id%TYPE,
363: master_organization_id gmf_burden_percentages.master_organization_id%TYPE,

Line 690: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,

686: PROCEDURE delete_burden_pct
687: (
688: pi_legal_entity_id IN gmf_burden_percentages.legal_entity_id%TYPE,
689: pi_period_id IN gmf_burden_percentages.period_id%TYPE,
690: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,
691: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
692: pi_to_range IN gmf_burden_codes.burden_code%TYPE
693: )
694: IS

Line 791: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,

787: FUNCTION do_pct_exist
788: (
789: pi_legal_entity_id IN gmf_burden_percentages.legal_entity_id%TYPE,
790: pi_period_id IN gmf_burden_percentages.period_id%TYPE,
791: pi_cost_type_id IN cm_mthd_mst.cost_type_id%TYPE,
792: pi_burden_code_from IN gmf_burden_codes.burden_code%TYPE,
793: pi_burden_code_to IN gmf_burden_codes.burden_code%TYPE
794: )
795: RETURN NUMBER