DBA Data[Home] [Help]

APPS.ZX_TCM_COMPOUND_PKG dependencies on FND_GLOBAL

Line 155: fnd_global.user_id created_by,

151: ptp.party_tax_profile_id content_owner_id,
152: aa.tax_code parent_tax,
153: bb.tax_code child_tax,
154: decode(l_multi_org_flag,'N',l_org_id,a.org_id) org_id,
155: fnd_global.user_id created_by,
156: sysdate creation_date ,
157: fnd_global.user_id last_updated_by,
158: sysdate last_update_date
159: FROM ar_tax_group_codes_all a,

Line 157: fnd_global.user_id last_updated_by,

153: bb.tax_code child_tax,
154: decode(l_multi_org_flag,'N',l_org_id,a.org_id) org_id,
155: fnd_global.user_id created_by,
156: sysdate creation_date ,
157: fnd_global.user_id last_updated_by,
158: sysdate last_update_date
159: FROM ar_tax_group_codes_all a,
160: ar_tax_group_codes_all b,
161: ar_vat_tax_all_b aa,

Line 282: fnd_global.user_id created_by,

278: END tax_regime_code ,
279: ROWNUM precedence,
280: decode(l_multi_org_flag,'N',l_org_id,temp_regime.org_id) org_id,
281: temp_regime.tax_type tax_type,
282: fnd_global.user_id created_by,
283: sysdate creation_date ,
284: fnd_global.user_id last_updated_by,
285: sysdate last_update_date
286: FROM

Line 284: fnd_global.user_id last_updated_by,

280: decode(l_multi_org_flag,'N',l_org_id,temp_regime.org_id) org_id,
281: temp_regime.tax_type tax_type,
282: fnd_global.user_id created_by,
283: sysdate creation_date ,
284: fnd_global.user_id last_updated_by,
285: sysdate last_update_date
286: FROM
287: (SELECT UNIQUE DECODE(l_multi_org_flag,'N',l_org_id,org_id) org_id , tax_type
288: FROM ar_vat_tax_all_b ) temp_regime;

Line 325: fnd_global.user_id,

321: NULL,
322: tax_type,
323: group_flag,
324: org_id,
325: fnd_global.user_id,
326: sysdate ,
327: fnd_global.user_id ,
328: sysdate )
329: -- select taxes (in a group) that have a precedence and give an initial of 1

Line 327: fnd_global.user_id ,

323: group_flag,
324: org_id,
325: fnd_global.user_id,
326: sysdate ,
327: fnd_global.user_id ,
328: sysdate )
329: -- select taxes (in a group) that have a precedence and give an initial of 1
330: SELECT UNIQUE 'T' tax_regime_flag,
331: reg.tax_regime_code tax_regime_code,