[Home] [Help]
3952:
3953: if l_card_prog_id is not null then
3954: begin
3955: select org_id into l_org_id
3956: from ap_card_programs_all
3957: where card_program_id = l_card_prog_id;
3958: exception
3959: when others then
3960: l_org_id := NULL;