DBA Data[Home] [Help]

APPS.OKE_FORM_DD250 dependencies on OKE_PRINT_FORM_PUB

Line 217: pfh_rec OKE_PRINT_FORM_PUB.PFH_Rec_Type;

213:
214: l_hdr_rec Hdr_Rec_Type;
215: l_line_tbl Line_Tbl_Type;
216:
217: pfh_rec OKE_PRINT_FORM_PUB.PFH_Rec_Type;
218: pfl_tbl OKE_PRINT_FORM_PUB.PFL_Tbl_Type;
219: i NUMBER;
220:
221: CURSOR knum1

Line 218: pfl_tbl OKE_PRINT_FORM_PUB.PFL_Tbl_Type;

214: l_hdr_rec Hdr_Rec_Type;
215: l_line_tbl Line_Tbl_Type;
216:
217: pfh_rec OKE_PRINT_FORM_PUB.PFH_Rec_Type;
218: pfl_tbl OKE_PRINT_FORM_PUB.PFL_Tbl_Type;
219: i NUMBER;
220:
221: CURSOR knum1
222: ( C_K_Header_ID NUMBER

Line 405: OKE_PRINT_FORM_PUB.Create_Print_Form

401: -- Form does not exist, create a new one
402: --
403: progress := 50;
404:
405: OKE_PRINT_FORM_PUB.Create_Print_Form
406: ( p_api_version => 1.0
407: , p_commit => FND_API.G_FALSE
408: , p_init_msg_list => FND_API.G_FALSE
409: , x_msg_count => X_Msg_Count

Line 433: OKE_PRINT_FORM_PUB.Update_Print_Form

429: pfh_rec.Form_Header_ID := FormHdrID;
430:
431: progress := 70;
432:
433: OKE_PRINT_FORM_PUB.Update_Print_Form
434: ( p_api_version => 1.0
435: , p_commit => FND_API.G_FALSE
436: , p_init_msg_list => FND_API.G_FALSE
437: , x_msg_count => X_Msg_Count