DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOCASO_PVT dependencies on FND_GLOBAL

Line 1384: LAST_UPDATED_BY =fnd_global.user_id,

1380: USE_LATEST_REV_FLAG= p_x_association_tbl(i).USE_LATEST_REV_FLAG,
1381: DOC_REVISION_ID = p_x_association_tbl(i).DOC_REVISION_ID,
1382: OBJECT_VERSION_NUMBER = p_x_association_tbl(i).OBJECT_VERSION_NUMBER+1,
1383: LAST_UPDATE_DATE =SYSDATE,
1384: LAST_UPDATED_BY =fnd_global.user_id,
1385: LAST_UPDATE_LOGIN =fnd_global.user_id
1386: where DOC_TITLE_ASSO_ID = p_x_association_tbl(i).DOC_TITLE_ASSO_ID
1387: and OBJECT_VERSION_NUMBER=p_x_association_tbl(I).OBJECT_VERSION_NUMBER;
1388:

Line 1385: LAST_UPDATE_LOGIN =fnd_global.user_id

1381: DOC_REVISION_ID = p_x_association_tbl(i).DOC_REVISION_ID,
1382: OBJECT_VERSION_NUMBER = p_x_association_tbl(i).OBJECT_VERSION_NUMBER+1,
1383: LAST_UPDATE_DATE =SYSDATE,
1384: LAST_UPDATED_BY =fnd_global.user_id,
1385: LAST_UPDATE_LOGIN =fnd_global.user_id
1386: where DOC_TITLE_ASSO_ID = p_x_association_tbl(i).DOC_TITLE_ASSO_ID
1387: and OBJECT_VERSION_NUMBER=p_x_association_tbl(I).OBJECT_VERSION_NUMBER;
1388:
1389:

Line 1453: X_CREATED_BY => fnd_global.user_id,

1449: X_FIGURE => p_x_association_tbl(i).figure,
1450: X_PAGE => p_x_association_tbl(i).page,
1451: X_NOTE => p_x_association_tbl(i).note,
1452: X_CREATION_DATE => sysdate,
1453: X_CREATED_BY => fnd_global.user_id,
1454: X_LAST_UPDATE_DATE => sysdate,
1455: X_LAST_UPDATED_BY => fnd_global.user_id,
1456: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1457: END IF;

Line 1455: X_LAST_UPDATED_BY => fnd_global.user_id,

1451: X_NOTE => p_x_association_tbl(i).note,
1452: X_CREATION_DATE => sysdate,
1453: X_CREATED_BY => fnd_global.user_id,
1454: X_LAST_UPDATE_DATE => sysdate,
1455: X_LAST_UPDATED_BY => fnd_global.user_id,
1456: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1457: END IF;
1458: END IF;
1459: END LOOP;

Line 1456: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1452: X_CREATION_DATE => sysdate,
1453: X_CREATED_BY => fnd_global.user_id,
1454: X_LAST_UPDATE_DATE => sysdate,
1455: X_LAST_UPDATED_BY => fnd_global.user_id,
1456: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1457: END IF;
1458: END IF;
1459: END LOOP;
1460: