DBA Data[Home] [Help]

APPS.JA_CN_CFS_DATA_CLT_PKG dependencies on FND_GLOBAL

Line 1115: ,fnd_global.user_id

1111: ,l_je_line_desc
1112: ,l_cash_related_item --lines GDF
1113: --,l_je_inter_flag -- not sure
1114: ,SYSDATE
1115: ,fnd_global.user_id
1116: ,SYSDATE
1117: ,fnd_global.user_id
1118: ,fnd_global.LOGIN_ID
1119: ,l_source_name --'GL' -- for source,seeded data

Line 1117: ,fnd_global.user_id

1113: --,l_je_inter_flag -- not sure
1114: ,SYSDATE
1115: ,fnd_global.user_id
1116: ,SYSDATE
1117: ,fnd_global.user_id
1118: ,fnd_global.LOGIN_ID
1119: ,l_source_name --'GL' -- for source,seeded data
1120: --,l_je_jnl_name --sanme as TRX_NUMBER
1121: ,get_balancing_segment(l_ccid)--Fix bug#7334017 add

Line 1118: ,fnd_global.LOGIN_ID

1114: ,SYSDATE
1115: ,fnd_global.user_id
1116: ,SYSDATE
1117: ,fnd_global.user_id
1118: ,fnd_global.LOGIN_ID
1119: ,l_source_name --'GL' -- for source,seeded data
1120: --,l_je_jnl_name --sanme as TRX_NUMBER
1121: ,get_balancing_segment(l_ccid)--Fix bug#7334017 add
1122: );

Line 1334: ,fnd_global.user_id

1330: ,l_trxh_desc -- header: description
1331: ,l_distl_cash_rel_item -- the attribute* name
1332: --,l_je_inter_flag -- delete in R12
1333: ,SYSDATE
1334: ,fnd_global.user_id
1335: ,SYSDATE
1336: ,fnd_global.user_id
1337: ,fnd_global.LOGIN_ID
1338: ,l_source_name --'GIS' -- for source,seeded data

Line 1336: ,fnd_global.user_id

1332: --,l_je_inter_flag -- delete in R12
1333: ,SYSDATE
1334: ,fnd_global.user_id
1335: ,SYSDATE
1336: ,fnd_global.user_id
1337: ,fnd_global.LOGIN_ID
1338: ,l_source_name --'GIS' -- for source,seeded data
1339: --,l_je_jnl_name --sanme as TRX_NUMBER
1340: ,get_balancing_segment(l_distl_ccid)--Fix bug#7334017 add

Line 1337: ,fnd_global.LOGIN_ID

1333: ,SYSDATE
1334: ,fnd_global.user_id
1335: ,SYSDATE
1336: ,fnd_global.user_id
1337: ,fnd_global.LOGIN_ID
1338: ,l_source_name --'GIS' -- for source,seeded data
1339: --,l_je_jnl_name --sanme as TRX_NUMBER
1340: ,get_balancing_segment(l_distl_ccid)--Fix bug#7334017 add
1341: );