DBA Data[Home] [Help]

APPS.JL_ZZ_AUTO_INVOICE dependencies on ZX_FC_TYPES_B

Line 44: l_delimiter zx_fc_types_b.delimiter%type;

40: RETURN BOOLEAN IS
41:
42: error_condition EXCEPTION;
43: l_dummy_code VARCHAR2(15);
44: l_delimiter zx_fc_types_b.delimiter%type;
45: l_trx_business_category VARCHAR2(30);
46: l_contributor_class VARCHAR2(30);
47: l_use_site_prof VARCHAR2(1);
48: l_count NUMBER;

Line 189: FROM zx_fc_types_b

185: -- Event Class Code and it has to be eliminated along with
186: -- the delimiter to validate the transaction condition class value.
187: SELECT delimiter
188: INTO l_delimiter
189: FROM zx_fc_types_b
190: WHERE classification_type_code ='TRX_BUSINESS_CATEGORY';
191:
192: -- For example, the value for Transaction Business Category of LTE
193: -- will be something like 'INVOICE.INDUSTRIAL' and the assignment