DBA Data[Home] [Help]

APPS.OKL_BGH_PVT dependencies on DUAL

Line 1611: FROM dual;

1607: x_bghv_rec.request_id,
1608: x_bghv_rec.program_application_id,
1609: x_bghv_rec.program_id,
1610: x_bghv_rec.program_update_date
1611: FROM dual;
1612: -- End Post-Generation Change
1613: x_bghv_rec.SFWT_FLAG := 'N';
1614: RETURN(l_return_status);
1615: END Set_Attributes;

Line 2845: FROM dual;

2841: x_bghv_rec.request_id,
2842: x_bghv_rec.program_application_id,
2843: x_bghv_rec.program_id,
2844: x_bghv_rec.program_update_date
2845: FROM dual;
2846: -- End Post-Generation Change
2847: RETURN(l_return_status);
2848: END Set_Attributes;
2849: BEGIN