DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on FND_GLOBAL

Line 975: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;

971: := l_header_rec.credit_card_holder_name;
972: l_payment_types_rec.credit_card_expiration_date
973: := l_header_rec.credit_card_expiration_date;
974: l_payment_types_rec.creation_date := SYSDATE;
975: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;
976: l_payment_types_rec.last_update_date := SYSDATE;
977: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;
978:
979: oe_payments_util.insert_row(p_payment_types_rec => l_payment_types_rec);

Line 977: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;

973: := l_header_rec.credit_card_expiration_date;
974: l_payment_types_rec.creation_date := SYSDATE;
975: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;
976: l_payment_types_rec.last_update_date := SYSDATE;
977: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;
978:
979: oe_payments_util.insert_row(p_payment_types_rec => l_payment_types_rec);
980:
981: END IF;