DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on FND_GLOBAL

Line 704: last_updated_by = FND_GLOBAL.USER_ID,

700: cardmember_name = null,
701: physical_card_flag = 'Y',
702: paper_statement_req_flag = 'N',
703: last_update_date = sysdate,
704: last_updated_by = FND_GLOBAL.USER_ID,
705: last_update_login = FND_GLOBAL.LOGIN_ID
706: where card_id = p_card_id
707: and employee_id is null;-- bug 5224047
708:

Line 705: last_update_login = FND_GLOBAL.LOGIN_ID

701: physical_card_flag = 'Y',
702: paper_statement_req_flag = 'N',
703: last_update_date = sysdate,
704: last_updated_by = FND_GLOBAL.USER_ID,
705: last_update_login = FND_GLOBAL.LOGIN_ID
706: where card_id = p_card_id
707: and employee_id is null;-- bug 5224047
708:
709: -- 8799736 - PADSS- Setting card_member_name to IBY tables