DBA Data[Home] [Help]

APPS.ZX_SIM_CONDITIONS_PKG dependencies on ZX_DET_FACTOR_TEMPL_B

Line 579: 'T_SIMAP_' || to_char(zx_det_factor_templ_b_s.nextval),

575: p_tax,
576: p_tax_regime_code,
577: 'DET_APPLICABLE_TAXES',
578: l_rule_id,
579: 'T_SIMAP_' || to_char(zx_det_factor_templ_b_s.nextval),
580: sysdate,
581: 'Y',
582: created_by,
583: creation_date,

Line 706: 'T_SIMST_' || to_char(zx_det_factor_templ_b_s.nextval),

702: p_tax,
703: p_tax_regime_code,
704: 'DET_TAX_STATUS',
705: l_rule_id,
706: 'T_SIMST_' || to_char(zx_det_factor_templ_b_s.nextval),
707: sysdate,
708: 'Y',
709: created_by,
710: creation_date,

Line 825: 'T_SIMRT_' || to_char(zx_det_factor_templ_b_s.nextval),

821: p_tax,
822: p_tax_regime_code,
823: 'DET_TAX_RATE',
824: l_rule_id,
825: 'T_SIMRT_' || to_char(zx_det_factor_templ_b_s.nextval),
826: sysdate,
827: 'Y',
828: created_by,
829: creation_date,

Line 1014: INTO zx_det_factor_templ_b (

1010: 'Create Template Header Setup');
1011: END IF;
1012:
1013: INSERT ALL WHEN (1=1) Then
1014: INTO zx_det_factor_templ_b (
1015: det_factor_templ_id,
1016: det_factor_templ_code,
1017: template_usage_code,
1018: record_type_code,

Line 1060: zx_det_factor_templ_b b

1056: fnd_global.user_id created_by,
1057: sysdate last_update_date,
1058: fnd_global.user_id last_updated_by
1059: from fnd_languages l,
1060: zx_det_factor_templ_b b
1061: where l.installed_flag in ('I', 'B')
1062: and exists (Select NULL
1063: From zx_sim_rules_b s
1064: Where s.det_factor_templ_code = b.det_factor_templ_code