DBA Data[Home] [Help]

APPS.ZX_FC_MIGRATE_PKG dependencies on ZX_FC_TYPES_B_S

Line 3107: zx_fc_types_b_s.nextval,

3103: last_update_date,
3104: last_update_login,
3105: object_version_number)
3106: (SELECT
3107: zx_fc_types_b_s.nextval,
3108: p_classification_type_code,
3109: 'PRODUCT_FISCAL_CLASS',
3110: sysdate,
3111: null,

Line 3301: zx_fc_types_b_s.nextval,

3297: last_update_date,
3298: last_update_login,
3299: object_version_number)
3300: (SELECT
3301: zx_fc_types_b_s.nextval,
3302: p_classification_type_code,
3303: 'PARTY_FISCAL_CLASS',
3304: sysdate,
3305: null,

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

4576: WHERE category_set_id = x_category_set and rownum = 1;
4577: END IF;
4578:
4579: -- Update the record type, created by and last updated by values
4580: UPDATE ZX_FC_TYPES_B SET record_type_code = 'SEEDED', created_by = 120,
4581: last_updated_by = 120, last_update_login = 0
4582: WHERE classification_type_code in ('STATISTICAL_CODE', 'FISCAL_CLASSIFICATION', 'WINE CIGARETTE') and
4583: classification_type_categ_code = 'PRODUCT_FISCAL_CLASS';
4584: