DBA Data[Home] [Help]

APPS.GMF_COPY_ITEM_COST dependencies on GMF_LEGAL_ENTITIES

Line 46: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,

42: pi_incr_decr_cost IN NUMBER,
43: pi_rem_repl IN NUMBER,
44: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
45: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
46: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,
47: pi_copy_to_upper_lvl IN NUMBER
48: );
49:
50:

Line 68: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE

64: pi_to_range IN VARCHAR2,
65: pi_rem_repl IN NUMBER,
66: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
67: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
68: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE
69: );
70:
71:
72:

Line 180: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,

176: pi_incr_decr_cost IN VARCHAR2,
177: pi_rem_repl IN VARCHAR2,
178: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
179: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
180: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,
181: pi_copy_to_upper_lvl IN VARCHAR2
182: )
183: IS
184:

Line 435: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,

431: pi_incr_decr_cost IN NUMBER,
432: pi_rem_repl IN NUMBER,
433: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
434: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
435: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE,
436: pi_copy_to_upper_lvl IN NUMBER
437: )
438: IS
439:

Line 499: l_org_id gmf_legal_entities.legal_entity_id%TYPE ;

495:
496: l_sql_stmt VARCHAR2(2000);
497: l_sql_org VARCHAR2(2000) ;
498: l_sql_periods VARCHAR2(2000) ;
499: l_org_id gmf_legal_entities.legal_entity_id%TYPE ;
500: l_organization_id_from cm_cmpt_dtl.organization_id%TYPE;
501: l_organization_id_to cm_cmpt_dtl.organization_id%TYPE;
502:
503: l_period_id_to cm_cmpt_dtl.period_id%TYPE;

Line 1729: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE

1725: pi_itemcc_to IN mtl_categories_b_kfv.concatenated_segments%TYPE,
1726: pi_rem_repl IN VARCHAR2,
1727: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
1728: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
1729: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE
1730: )
1731:
1732: IS
1733:

Line 1916: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE

1912: pi_to_range IN VARCHAR2,
1913: pi_rem_repl IN NUMBER,
1914: pi_all_periods_from IN cm_cmpt_dtl.period_code%TYPE,
1915: pi_all_periods_to IN cm_cmpt_dtl.period_code%TYPE,
1916: pi_all_org_id IN gmf_legal_entities.legal_entity_id%TYPE
1917: )
1918:
1919: IS
1920: