DBA Data[Home] [Help]

APPS.PER_BPD_BUS dependencies on PAY_PERSONAL_PAYMENT_METHODS_F

Line 408: -- PAY_PERSONAL_PAYMENT_METHODS_F and is in the same business group

404: -- {Start Of Comments}
405: --
406: -- Description:
407: -- Check that the personal_payment method id exists in the table
408: -- PAY_PERSONAL_PAYMENT_METHODS_F and is in the same business group
409: --
410: -- Pre Conditions:
411: --
412: -- In Arguments:

Line 430: FROM PAY_PERSONAL_PAYMENT_METHODS_F

426: )
427: IS
428: CURSOR csr_get_method_details IS
429: SELECT 1
430: FROM PAY_PERSONAL_PAYMENT_METHODS_F
431: WHERE personal_payment_method_id = p_personal_payment_method_id
432: AND business_group_id = p_business_group_id;
433: --
434: l_temp VARCHAR2(1) ;