DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on FND_GLOBAL

Line 1288: X_LAST_UPDATED_BY => fnd_global.user_id,

1284: X_FIGURE => p_x_association_tbl(i).figure,
1285: X_PAGE => p_x_association_tbl(i).page,
1286: X_NOTE => p_x_association_tbl(i).note,
1287: X_LAST_UPDATE_DATE => sysdate,
1288: X_LAST_UPDATED_BY => fnd_global.user_id,
1289: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1290:
1291: END IF;
1292:

Line 1289: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1285: X_PAGE => p_x_association_tbl(i).page,
1286: X_NOTE => p_x_association_tbl(i).note,
1287: X_LAST_UPDATE_DATE => sysdate,
1288: X_LAST_UPDATED_BY => fnd_global.user_id,
1289: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1290:
1291: END IF;
1292:
1293: -----------------------------END UPDATE-----------------------------------------------------------------------

Line 1341: X_CREATED_BY => fnd_global.user_id,

1337: X_FIGURE => p_x_association_tbl(i).figure,
1338: X_PAGE => p_x_association_tbl(i).page,
1339: X_NOTE => p_x_association_tbl(i).note,
1340: X_CREATION_DATE => sysdate,
1341: X_CREATED_BY => fnd_global.user_id,
1342: X_LAST_UPDATE_DATE => sysdate,
1343: X_LAST_UPDATED_BY => fnd_global.user_id,
1344: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1345: --Assign the doc title asso id,object version number

Line 1343: X_LAST_UPDATED_BY => fnd_global.user_id,

1339: X_NOTE => p_x_association_tbl(i).note,
1340: X_CREATION_DATE => sysdate,
1341: X_CREATED_BY => fnd_global.user_id,
1342: X_LAST_UPDATE_DATE => sysdate,
1343: X_LAST_UPDATED_BY => fnd_global.user_id,
1344: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1345: --Assign the doc title asso id,object version number
1346: p_x_association_tbl(i).doc_title_asso_id := l_doc_title_asso_id;
1347: p_x_association_tbl(i).object_version_number := 1;

Line 1344: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1340: X_CREATION_DATE => sysdate,
1341: X_CREATED_BY => fnd_global.user_id,
1342: X_LAST_UPDATE_DATE => sysdate,
1343: X_LAST_UPDATED_BY => fnd_global.user_id,
1344: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1345: --Assign the doc title asso id,object version number
1346: p_x_association_tbl(i).doc_title_asso_id := l_doc_title_asso_id;
1347: p_x_association_tbl(i).object_version_number := 1;
1348: --Standard check to count messages

Line 1855: X_CREATED_BY => fnd_global.user_id,

1851: X_FIGURE => l_association_info.figure,
1852: X_PAGE => l_association_info.page,
1853: X_NOTE => l_association_info.note,
1854: X_CREATION_DATE => sysdate,
1855: X_CREATED_BY => fnd_global.user_id,
1856: X_LAST_UPDATE_DATE => sysdate,
1857: X_LAST_UPDATED_BY => fnd_global.user_id,
1858: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1859: --Standard check to count messages

Line 1857: X_LAST_UPDATED_BY => fnd_global.user_id,

1853: X_NOTE => l_association_info.note,
1854: X_CREATION_DATE => sysdate,
1855: X_CREATED_BY => fnd_global.user_id,
1856: X_LAST_UPDATE_DATE => sysdate,
1857: X_LAST_UPDATED_BY => fnd_global.user_id,
1858: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1859: --Standard check to count messages
1860: l_msg_count := Fnd_Msg_Pub.count_msg;
1861:

Line 1858: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1854: X_CREATION_DATE => sysdate,
1855: X_CREATED_BY => fnd_global.user_id,
1856: X_LAST_UPDATE_DATE => sysdate,
1857: X_LAST_UPDATED_BY => fnd_global.user_id,
1858: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1859: --Standard check to count messages
1860: l_msg_count := Fnd_Msg_Pub.count_msg;
1861:
1862: IF l_msg_count > 0 THEN