DBA Data[Home] [Help]

APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_CLDR_HDR

Line 39: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,

35:
36: PROCEDURE copy_burden_pct
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,

Line 43: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%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,
46: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
47: pi_to_range IN gmf_burden_codes.burden_code%TYPE,

Line 107: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,

103: (
104: po_errbuf OUT NOCOPY VARCHAR2,
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,

Line 111: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%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,
114: pi_burden_code_from IN gmf_burden_codes.burden_code%TYPE,
115: pi_burden_code_to IN gmf_burden_codes.burden_code%TYPE,

Line 336: pi_calendar_code_from IN cm_cldr_hdr.calendar_code%TYPE,

332:
333: PROCEDURE copy_burden_pct
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,

Line 340: pi_calendar_code_to IN cm_cldr_hdr.calendar_code%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,
343: pi_from_range IN gmf_burden_codes.burden_code%TYPE,
344: pi_to_range IN gmf_burden_codes.burden_code%TYPE,