DBA Data[Home] [Help]

APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B_S

Line 3138: zx_fc_types_b_s.nextval,

3134: last_update_date,
3135: last_update_login,
3136: object_version_number)
3137: (SELECT
3138: zx_fc_types_b_s.nextval,
3139: p_classification_type_code,
3140: 'PRODUCT_FISCAL_CLASS',
3141: sysdate,
3142: null,

Line 3330: zx_fc_types_b_s.nextval,

3326: last_update_date,
3327: last_update_login,
3328: object_version_number)
3329: (SELECT
3330: zx_fc_types_b_s.nextval,
3331: p_classification_type_code,
3332: 'PARTY_FISCAL_CLASS',
3333: sysdate,
3334: null,

Line 4804: UPDATE ZX_FC_TYPES_B SET record_type_code = 'SEEDED', created_by = 120,

4800: WHERE category_set_id = x_category_set and rownum = 1;
4801: END IF;
4802:
4803: -- Update the record type, created by and last updated by values
4804: UPDATE ZX_FC_TYPES_B SET record_type_code = 'SEEDED', created_by = 120,
4805: last_updated_by = 120, last_update_login = 0
4806: WHERE classification_type_code in ('STATISTICAL_CODE', 'FISCAL_CLASSIFICATION', 'WINE CIGARETTE') and
4807: classification_type_categ_code = 'PRODUCT_FISCAL_CLASS';
4808: