DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on FND_GLOBAL

Line 1138: X_LAST_UPDATED_BY => fnd_global.user_id,

1134: X_FIGURE => p_x_association_tbl(i).figure,
1135: X_PAGE => p_x_association_tbl(i).page,
1136: X_NOTE => p_x_association_tbl(i).note,
1137: X_LAST_UPDATE_DATE => sysdate,
1138: X_LAST_UPDATED_BY => fnd_global.user_id,
1139: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1140:
1141: END IF;
1142:

Line 1139: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1135: X_PAGE => p_x_association_tbl(i).page,
1136: X_NOTE => p_x_association_tbl(i).note,
1137: X_LAST_UPDATE_DATE => sysdate,
1138: X_LAST_UPDATED_BY => fnd_global.user_id,
1139: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1140:
1141: END IF;
1142:
1143: -----------------------------END UPDATE-----------------------------------------------------------------------

Line 1191: X_CREATED_BY => fnd_global.user_id,

1187: X_FIGURE => p_x_association_tbl(i).figure,
1188: X_PAGE => p_x_association_tbl(i).page,
1189: X_NOTE => p_x_association_tbl(i).note,
1190: X_CREATION_DATE => sysdate,
1191: X_CREATED_BY => fnd_global.user_id,
1192: X_LAST_UPDATE_DATE => sysdate,
1193: X_LAST_UPDATED_BY => fnd_global.user_id,
1194: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1195: --Assign the doc title asso id,object version number

Line 1193: X_LAST_UPDATED_BY => fnd_global.user_id,

1189: X_NOTE => p_x_association_tbl(i).note,
1190: X_CREATION_DATE => sysdate,
1191: X_CREATED_BY => fnd_global.user_id,
1192: X_LAST_UPDATE_DATE => sysdate,
1193: X_LAST_UPDATED_BY => fnd_global.user_id,
1194: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1195: --Assign the doc title asso id,object version number
1196: p_x_association_tbl(i).doc_title_asso_id := l_doc_title_asso_id;
1197: p_x_association_tbl(i).object_version_number := 1;

Line 1194: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1190: X_CREATION_DATE => sysdate,
1191: X_CREATED_BY => fnd_global.user_id,
1192: X_LAST_UPDATE_DATE => sysdate,
1193: X_LAST_UPDATED_BY => fnd_global.user_id,
1194: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1195: --Assign the doc title asso id,object version number
1196: p_x_association_tbl(i).doc_title_asso_id := l_doc_title_asso_id;
1197: p_x_association_tbl(i).object_version_number := 1;
1198: --Standard check to count messages

Line 1698: X_CREATED_BY => fnd_global.user_id,

1694: X_FIGURE => l_association_info.figure,
1695: X_PAGE => l_association_info.page,
1696: X_NOTE => l_association_info.note,
1697: X_CREATION_DATE => sysdate,
1698: X_CREATED_BY => fnd_global.user_id,
1699: X_LAST_UPDATE_DATE => sysdate,
1700: X_LAST_UPDATED_BY => fnd_global.user_id,
1701: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1702: --Standard check to count messages

Line 1700: X_LAST_UPDATED_BY => fnd_global.user_id,

1696: X_NOTE => l_association_info.note,
1697: X_CREATION_DATE => sysdate,
1698: X_CREATED_BY => fnd_global.user_id,
1699: X_LAST_UPDATE_DATE => sysdate,
1700: X_LAST_UPDATED_BY => fnd_global.user_id,
1701: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1702: --Standard check to count messages
1703: l_msg_count := Fnd_Msg_Pub.count_msg;
1704:

Line 1701: X_LAST_UPDATE_LOGIN => fnd_global.login_id);

1697: X_CREATION_DATE => sysdate,
1698: X_CREATED_BY => fnd_global.user_id,
1699: X_LAST_UPDATE_DATE => sysdate,
1700: X_LAST_UPDATED_BY => fnd_global.user_id,
1701: X_LAST_UPDATE_LOGIN => fnd_global.login_id);
1702: --Standard check to count messages
1703: l_msg_count := Fnd_Msg_Pub.count_msg;
1704:
1705: IF l_msg_count > 0 THEN