DBA Data[Home] [Help]

APPS.OKC_TERMS_VERSION_PVT dependencies on OKC_TERMS_SECTIONS_PVT

Line 123: Okc_Terms_Sections_Pvt.delete_row(

119: cr.summary_amend_operation_code=G_AMEND_CODE_DELETED THEN
120: --------------------------------------------
121: -- Delete section
122: --------------------------------------------
123: Okc_Terms_Sections_Pvt.delete_row(
124: x_return_status => x_return_status,
125: p_id => cr.id,
126: p_object_version_number => cr.object_version_number
127: );

Line 168: Okc_Terms_Sections_Pvt.Update_Row(

164: ELSE
165: --------------------------------------------
166: -- Update section
167: --------------------------------------------
168: Okc_Terms_Sections_Pvt.Update_Row(
169: x_return_status => x_return_status,
170: p_id => cr.id,
171: p_amendment_operation_code => G_MISS_CHAR,
172: p_summary_amend_operation_code => G_MISS_CHAR,

Line 264: Okc_Terms_Sections_Pvt.delete_row(

260: FOR cr in l_del_scn_crs LOOP
261: --------------------------------------------
262: -- Delete section
263: --------------------------------------------
264: Okc_Terms_Sections_Pvt.delete_row(
265: x_return_status => x_return_status,
266: p_id => cr.id,
267: p_object_version_number => cr.object_version_number
268: );

Line 345: Okc_Terms_Sections_Pvt.Update_Row(

341: FOR cr IN scn_incremental_crs LOOP
342: --------------------------------------------
343: -- Update section
344: --------------------------------------------
345: Okc_Terms_Sections_Pvt.Update_Row(
346: x_return_status => x_return_status,
347: p_id => cr.id,
348: p_amendment_operation_code => G_MISS_CHAR,
349: p_last_amendment_date => G_MISS_DATE,

Line 526: x_return_status := OKC_TERMS_SECTIONS_PVT.Create_Version(

522:
523: --------------------------------------------
524: -- Call Create_Version for sections
525: --------------------------------------------
526: x_return_status := OKC_TERMS_SECTIONS_PVT.Create_Version(
527: p_doc_type => p_doc_type,
528: p_doc_id => p_doc_id,
529: p_major_version => p_version_number
530: );

Line 620: Okc_Terms_Sections_Pvt.delete_row(

616: FOR cr in l_del_scn_crs LOOP
617: --------------------------------------------
618: -- Delete section
619: --------------------------------------------
620: Okc_Terms_Sections_Pvt.delete_row(
621: x_return_status => x_return_status,
622: p_id => cr.id,
623: p_object_version_number => cr.object_version_number
624: );

Line 701: Okc_Terms_Sections_Pvt.Update_Row(

697: FOR cr IN scn_crs LOOP
698: --------------------------------------------
699: -- Update section
700: --------------------------------------------
701: Okc_Terms_Sections_Pvt.Update_Row(
702: x_return_status => x_return_status,
703: p_id => cr.id,
704: p_amendment_operation_code => G_MISS_CHAR,
705: p_object_version_number => cr.object_version_number

Line 816: x_return_status := OKC_TERMS_SECTIONS_PVT.Restore_Version(

812:
813: --------------------------------------------
814: -- Call Restore_Version for sections
815: --------------------------------------------
816: x_return_status := OKC_TERMS_SECTIONS_PVT.Restore_Version(
817: p_doc_type => p_doc_type,
818: p_doc_id => p_doc_id,
819: p_major_version => p_version_number
820: );

Line 980: x_return_status := OKC_TERMS_SECTIONS_PVT.Delete_Version(

976:
977: --------------------------------------------
978: -- Call Delete_Version for sections
979: --------------------------------------------
980: x_return_status := OKC_TERMS_SECTIONS_PVT.Delete_Version(
981: p_doc_type => p_doc_type,
982: p_doc_id => p_doc_id,
983: p_major_version => p_version_number
984: );