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 191: FROM zx_fc_types_b

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