DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on FV_SYSTEM_PARAMETERS

Line 126: g_cust_attribute fv_system_parameters.gtas_customer_attribute%TYPE;

122: g_segs_where VARCHAR2(2000);
123: g_src_where VARCHAR2(200);
124: g_cat_where VARCHAR2(200);
125: g_cust_col_exists VARCHAR2(1) := 'N';
126: g_cust_attribute fv_system_parameters.gtas_customer_attribute%TYPE;
127: g_trading_partner_flag VARCHAR2(1);
128: --------------------------------------------------------------------------------
129: PROCEDURE log (module IN VARCHAR2,
130: message_line IN VARCHAR2);

Line 1630: FROM fv_system_parameters;

1626: l_pl_code_col, --l_advance_type_col,
1627: --l_tr_main_acct_col, l_tr_dept_id_col,
1628: g_req_date_seg, g_pur_order_date_seg,
1629: g_rec_trxn_date_seg, l_factsii_pub_law_rec_col
1630: FROM fv_system_parameters;
1631:
1632: IF (l_jrnl_att IS NULL) THEN
1633: l_jrnl := NULL;
1634: g_error_code := 1;

Line 5709: FROM fv_system_parameters;

5705: log(l_module, 'g_cust_col_exists: '||g_cust_col_exists);
5706:
5707: SELECT gtas_customer_attribute
5708: INTO g_cust_attribute
5709: FROM fv_system_parameters;
5710: log(l_module, 'g_cust_attribute: '||g_cust_attribute);
5711:
5712: IF g_cust_attribute IS NULL THEN
5713: RAISE NO_DATA_FOUND;