DBA Data[Home] [Help]

APPS.GMF_SUBLED_REP_PKG dependencies on GMF_XLA_EXTRACT_HEADERS

Line 6: P_REFERENCE_NO gmf_xla_extract_headers.reference_no%TYPE;

2: /* $Header: GMFDSURS.pls 120.1.12010000.2 2008/11/11 16:26:42 rpatangy ship $ */
3:
4: FUNCTION BeforeReportTrigger RETURN BOOLEAN;
5: /* Report parameters */
6: P_REFERENCE_NO gmf_xla_extract_headers.reference_no%TYPE;
7: P_LEGAL_ENTITY gmf_xla_extract_headers.legal_entity_id%TYPE;
8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;
9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;

Line 7: P_LEGAL_ENTITY gmf_xla_extract_headers.legal_entity_id%TYPE;

3:
4: FUNCTION BeforeReportTrigger RETURN BOOLEAN;
5: /* Report parameters */
6: P_REFERENCE_NO gmf_xla_extract_headers.reference_no%TYPE;
7: P_LEGAL_ENTITY gmf_xla_extract_headers.legal_entity_id%TYPE;
8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;
9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;

Line 8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;

4: FUNCTION BeforeReportTrigger RETURN BOOLEAN;
5: /* Report parameters */
6: P_REFERENCE_NO gmf_xla_extract_headers.reference_no%TYPE;
7: P_LEGAL_ENTITY gmf_xla_extract_headers.legal_entity_id%TYPE;
8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;
9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;

Line 9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;

5: /* Report parameters */
6: P_REFERENCE_NO gmf_xla_extract_headers.reference_no%TYPE;
7: P_LEGAL_ENTITY gmf_xla_extract_headers.legal_entity_id%TYPE;
8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;
9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;

Line 12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;

8: P_LEDGER gmf_xla_extract_headers.ledger_id%TYPE;
9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;
14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;
15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;
16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;

Line 13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;

9: P_COST_TYPE gmf_xla_extract_headers.valuation_cost_type_id%TYPE;
10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;
14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;
15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;
16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;
17:

Line 14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;

10: P_FISCAL_YEAR NUMBER;
11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;
14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;
15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;
16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;
17:
18: p_where_clause VARCHAR2(2000);

Line 15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;

11: P_PERIOD NUMBER;
12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;
14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;
15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;
16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;
17:
18: p_where_clause VARCHAR2(2000);
19: /*

Line 16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;

12: P_START_DATE gmf_xla_extract_headers.transaction_date%TYPE;
13: P_END_DATE gmf_xla_extract_headers.transaction_date%TYPE;
14: P_ENTITY_CODE gmf_xla_extract_headers.entity_code%TYPE;
15: P_EVENT_CLASS gmf_xla_extract_headers.event_class_code%TYPE;
16: P_EVENT_TYPE gmf_xla_extract_headers.event_type_code%TYPE;
17:
18: p_where_clause VARCHAR2(2000);
19: /*
20: FUNCTION BeforeReportTrigger(P_REFERENCE_NO IN NUMBER,