DBA Data[Home] [Help]

APPS.FV_BE_UTIL_PKG dependencies on FV_BE_TRX_DTLS

Line 25: p_transaction_type_id fv_be_trx_dtls.transaction_type_id%TYPE,

21: p_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
22: p_header_segments fnd_flex_ext.SegmentArray,
23: p_detail_segments fnd_flex_ext.SegmentArray,
24: p_budget_level_id fv_be_trx_hdrs.budget_level_id%TYPE,
25: p_transaction_type_id fv_be_trx_dtls.transaction_type_id%TYPE,
26: p_sub_type fv_be_trx_dtls.sub_type%TYPE,
27: p_source fv_be_trx_hdrs.source%TYPE,
28: p_increase_decrease_flag fv_be_trx_dtls.increase_decrease_flag%TYPE)
29: is

Line 26: p_sub_type fv_be_trx_dtls.sub_type%TYPE,

22: p_header_segments fnd_flex_ext.SegmentArray,
23: p_detail_segments fnd_flex_ext.SegmentArray,
24: p_budget_level_id fv_be_trx_hdrs.budget_level_id%TYPE,
25: p_transaction_type_id fv_be_trx_dtls.transaction_type_id%TYPE,
26: p_sub_type fv_be_trx_dtls.sub_type%TYPE,
27: p_source fv_be_trx_hdrs.source%TYPE,
28: p_increase_decrease_flag fv_be_trx_dtls.increase_decrease_flag%TYPE)
29: is
30:

Line 28: p_increase_decrease_flag fv_be_trx_dtls.increase_decrease_flag%TYPE)

24: p_budget_level_id fv_be_trx_hdrs.budget_level_id%TYPE,
25: p_transaction_type_id fv_be_trx_dtls.transaction_type_id%TYPE,
26: p_sub_type fv_be_trx_dtls.sub_type%TYPE,
27: p_source fv_be_trx_hdrs.source%TYPE,
28: p_increase_decrease_flag fv_be_trx_dtls.increase_decrease_flag%TYPE)
29: is
30:
31: l_module_name VARCHAR2(200) := g_module_name || 'check_cross_validation';
32: l_user_id NUMBER(15);